home *** CD-ROM | disk | FTP | other *** search
-
- #include "includes.h"
- #include "installergui_data.h"
-
- /********************************************************************
- *
- * DESCRIPTION
- *
- */
-
- /********************************************************************
- *
- * STATIC
- *
- */
-
- /********************************************************************
- *
- * EXTERN
- *
- */
-
- /********************************************************************
- *
- * PUBLIC
- *
- */
-
- /********************************************************************
- *
- * CODE
- *
- */
-
- void __asm igui_Effect(register __a0 APTR application,
- register __d0 BOOL customscreen,
- register __d1 long position,
- register __d2 long effect,
- register __d3 long color1,
- register __d4 long color2)
- {
- #ifdef DEBUG
- DEBUG_MAKRO
- #endif
-
-
-
- // this is not yet supported by this version of the gui
- return;
- }
-